Articles by Arvid L
-
How to Install Matomo Web Analytics on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu, web server • Comments: 0Matomo, formerly Piwik, is free and open-source web analytics software that can track website visits and display reports for data and audience analysis. In this tutorial, you will set up and secure your web analytics with Matomo on a Ubuntu 22.04 server.
-
How to Install ERPNext on Rocky Linux 9
Author: Arvid L • Tags: linux, server, web server • Comments: 0ERPNext is an open-source Enterprise ERP (Enterprise Resource Planning) system. In this tutorial, you will install the ERPNext on a Rocky Linux 9 server and then secure your installation with SSL/TLS certificates via Certbot and Letsencrypt.
-
How to Install Mastodon Social Network on Debian 11
Author: Arvid L • Tags: debian, linux, nginx, server • Comments: 0In this tutorial, you'll install Mastodon, a decentralized microblogging platform on a Debian 11 server. With this guide, you'll set up Mastodon with PostgreSQL as the database server and Nginx as a reverse proxy.
-
-
How to Install a DNS Server with BIND on Rocky Linux 9
Author: Arvid L • Tags: bind, dns, linux, server • Comments: 1BIND or Berkeley Internet Name Domain is free and open-source DNS Server software. It's one of the most popular DNS server software used by more than 70% of DNS on the Internet. This tutorial will show you how to set up DNS Server with BIND on a Rocky Linux 9 server.
-
How to Install InfluxDB and Telegraf on Rocky Linux 9
Author: Arvid L • Tags: linux, server • Comments: 0InfluxDB is an open-source time series database written in Go. It is a high-performance time series platform with purpose-built to collect, store, process, and visualize time series data. In this tutorial, you will install the influxdb open-source time series database and Telegraf on a Rocky Linux 9 server.
-
How to Install Jenkins on Rocky Linux 9
Author: Arvid L • Tags: linux, programming, server • Comments: 0Jenkins is an open-source automation tool for Continuous Integration/Continuous Delivery (CI/CD). is entirely written in Java with the support of more than 1000 plugins for building, deploying, and automating your project.
-
How to Install Apache Hadoop on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 1Apache Hadoop is an open-source framework for processing and storing big data. In this tutorial, we will install the latest version of Apache Hadoop on an Ubuntu 22.04 server. Hadoop gets installed on a single node server and we create a Pseudo-Distributed Mode of Hadoop deployment.
-
How to Install and Use Nessus Security Scanner on Rocky Linux
Author: Arvid L • Tags: linux, security • Comments: 0Nessus is an open-source network vulnerability scanner for vulnerability assessments, penetration testing, and ethical hacking. It uses the Common Vulnerabilities and Exposures (CVE) architecture and is one of the most comprehensive vulnerability scanners on the market. This guide describes how to install Nessus Security Scanner on the Rocky Linux server. Also, this will helps you to set up the Nessus CLI that allows you to manage Nessus via the terminal command line. And lastly, this also describes how to scan the server with Nessus.
-
How to Install Flask with Nginx and Gunicorn on Rocky Linux
Author: Arvid L • Tags: linux, programming, server, web server • Comments: 0Flask is a microframework written in Python for developing modern web applications and API (Application Programming Interface). In this tutorial, we will show how to install and configure the Flask Python Web Framework with Gunicorn and Nginx on the Rocky Linux server. You will also learn how to set up Supervisord as a process manager for managing the Python Flask application.